home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / NVU 0.50 for Windows / nvu-0.50-win32-installer-full.exe / {app} / chrome / comm.jar / content / editor / EdLinkProps.xul < prev    next >
Encoding:
Extensible Markup Language  |  2004-08-11  |  7.6 KB  |  184 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- ***** BEGIN LICENSE BLOCK *****
  4.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5.    -
  6.    - The contents of this file are subject to the Mozilla Public License Version
  7.    - 1.1 (the "License"); you may not use this file except in compliance with
  8.    - the License. You may obtain a copy of the License at
  9.    - http://www.mozilla.org/MPL/
  10.    -
  11.    - Software distributed under the License is distributed on an "AS IS" basis,
  12.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.    - for the specific language governing rights and limitations under the
  14.    - License.
  15.    -
  16.    - The Original Code is Mozilla Communicator client code, released
  17.    - March 31, 1998.
  18.    -
  19.    - The Initial Developer of the Original Code is
  20.    - Netscape Communications Corporation.
  21.    - Portions created by the Initial Developer are Copyright (C) 1998-2003
  22.    - the Initial Developer. All Rights Reserved.
  23.    -
  24.    - Contributor(s):
  25.    -   Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Lindows.com
  26.    -
  27.    - Alternatively, the contents of this file may be used under the terms of
  28.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  29.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  30.    - in which case the provisions of the GPL or the LGPL are applicable instead
  31.    - of those above. If you wish to allow use of your version of this file only
  32.    - under the terms of either the GPL or the LGPL, and not to allow others to
  33.    - use your version of this file under the terms of the MPL, indicate your
  34.    - decision by deleting the provisions above and replace them with the notice
  35.    - and other provisions required by the LGPL or the GPL. If you do not delete
  36.    - the provisions above, a recipient may use your version of this file under
  37.    - the terms of any one of the MPL, the GPL or the LGPL.
  38.    -
  39.    - ***** END LICENSE BLOCK ***** -->
  40.  
  41. <?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
  42. <?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
  43.  
  44. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  45. <?xul-overlay href="chrome://editor/content/EdDialogOverlay.xul"?> 
  46.  
  47. <!DOCTYPE dialog SYSTEM "chrome://editor/locale/EditorLinkProperties.dtd">
  48.  
  49. <dialog id="linkDlg" title="&windowTitle.label;"
  50.    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  51.    buttons="accept,cancel,help"
  52.    onload = "Startup()"
  53.    ondialogaccept="return onAccept();"
  54.    ondialogcancel="return onCancel();"
  55.    ondialoghelp="return doHelpButton();">
  56.  
  57.   <script type="application/x-javascript" src="chrome://editor/content/editorUtilities.js"/>
  58.   <script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js"/>
  59.   <script type="application/x-javascript" src="chrome://editor/content/EdLinkProps.js"/>
  60.   <script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/>
  61.  
  62.   <broadcaster id="args" value=""/>
  63.   <spacer id="location" offsetY="50" persist="offsetX offsetY"/>
  64.  
  65.   <vbox style="min-width: 35em">
  66.     <groupbox><caption id="linkTextCaption"/>
  67.       <vbox>
  68.         <label id="linkTextMessage" control="linkTextInput"/>
  69.         <textbox id="linkTextInput"/>
  70.       </vbox>
  71.     </groupbox>
  72.  
  73.     <groupbox><caption label="&LinkURLBox.label;"/>
  74.       <vbox id="LinkLocationBox"/>
  75.     </groupbox>
  76.   </vbox>
  77.  
  78.   <hbox>
  79.     <button id="MoreFewerButton" oncommand="onMoreFewer();" persist="more"/>
  80.   </hbox>
  81.  
  82.   <groupbox id="MoreSection"><caption label="&XFNbox.label;"/>
  83.     <checkbox id="meCheckbox" oncommand="ToggleRelValue('me'); MeToggled();" label="&me.label;"/>
  84.     <grid>
  85.       <columns><column/><column flex="1"/></columns>
  86.       <rows>
  87.         <row align="center">
  88.           <label value="&friendship.label;" />
  89.           <radiogroup orient="horizontal" id="friendshipRadiogroup">
  90.             <radio id="friendRadio"
  91.                    oncommand="ToggleRelValue('friend')"
  92.                    label="&friend.label;" />
  93.             <radio id="acquaintanceRadio"
  94.                    oncommand="ToggleRelValue('acquaintance')"
  95.                    label="&acquaintance.label;" />
  96.             <radio id="contactRadio"
  97.                    oncommand="ToggleRelValue('contact')"
  98.                    label="&contact.label;" />
  99.             <radio id="noFriendShipRadio"
  100.                    oncommand="RemoveRelValues('friendship')"
  101.                    label="&none.label;"
  102.                    selected="true"/>
  103.           </radiogroup>
  104.         </row>
  105.         <row align="center">
  106.           <label id="metLabel"
  107.                  value="&physical.label;" />
  108.           <checkbox id="metCheckbox"
  109.                     oncommand="ToggleRelValue('met')"
  110.                     label="&met.label;" />
  111.         </row>
  112.         <row align="center">
  113.           <label id="professionalLabel"
  114.                  value="&professional.label;" />
  115.           <hbox>
  116.             <checkbox id="co-workerCheckbox"
  117.                       oncommand="ToggleRelValue('co-worker')"
  118.                       label="&coWorker.label;" />
  119.             <checkbox id="colleagueCheckbox"
  120.                       oncommand="ToggleRelValue('colleague')"
  121.                       label="&colleague.label;" />
  122.           </hbox>
  123.         </row>
  124.         <row align="center">
  125.           <label value="&geographical.label;" />
  126.           <radiogroup orient="horizontal" id="geographicalRadiogroup">
  127.             <radio id="co-residentRadio"
  128.                    oncommand="ToggleRelValue('co-resident')"
  129.                    label="&coResident.label;" />
  130.             <radio id="neighborRadio"
  131.                    oncommand="ToggleRelValue('neighbor')"
  132.                    label="&neighbor.label;" />
  133.             <radio label="&none.label;" id="noGeographicalRadio"
  134.                    oncommand="RemoveRelValues('geographical')"
  135.                    selected="true"/>
  136.           </radiogroup>
  137.         </row>
  138.         <row align="center">
  139.           <label value="&family.label;" />
  140.           <radiogroup orient="horizontal" id="familyRadiogroup">
  141.             <radio id="childRadio"
  142.                    oncommand="ToggleRelValue('child')"
  143.                    label="&child.label;" />
  144.             <radio id="parentRadio"
  145.                    oncommand="ToggleRelValue('parent')"
  146.                    label="&parent.label;" />
  147.             <radio id="siblingRadio"
  148.                    oncommand="ToggleRelValue('sibling')"
  149.                    label="&sibling.label;" />
  150.             <radio id="spouseRadio"
  151.                    oncommand="ToggleRelValue('spouse')"
  152.                    label="&spouse.label;" />
  153.             <radio id="kinRadio"
  154.                    oncommand="ToggleRelValue('kin')"
  155.                    label="&kin.label;" />
  156.             <radio label="&none.label;" id="noFamilyRadio"
  157.                    oncommand="RemoveRelValues('family')"
  158.                    selected="true"/>
  159.           </radiogroup>
  160.         </row>
  161.         <row align="center">
  162.           <label value="&romantic.label;" />
  163.           <hbox>
  164.             <checkbox id="museCheckbox"
  165.                       oncommand="ToggleRelValue('muse')"
  166.                       label="&muse.label;" />
  167.             <checkbox id="crushCheckbox"
  168.                       oncommand="ToggleRelValue('crush')"
  169.                       label="&crush.label;" />
  170.             <checkbox id="dateCheckbox"
  171.                       oncommand="ToggleRelValue('date')"
  172.                       label="&date.label;" />
  173.             <checkbox id="sweetheartCheckbox"
  174.                       oncommand="ToggleRelValue('sweetheart')"
  175.                       label="&sweetheart.label;" />
  176.           </hbox>
  177.         </row>
  178.       </rows>
  179.     </grid>
  180.   </groupbox>
  181.   <!-- from EdDialogOverlay -->
  182.   <vbox id="AdvancedEdit"/>
  183. </dialog>
  184.